Engineering posts about Code Review
Curated summaries and key learnings for engineers working with Code Review.
Better code, fewer tokens: The benefits of Code Connect in MCP
The article explores the integration of Code Connect within Figma's MCP, emphasizing its role in improving the design-to-code workflow for coding agents. By providing contextual information from...
Turn one giant AI-generated pull request to a reviewable stack
The article discusses the challenges of managing large pull requests in software development, particularly when integrating AI coding agents. It advocates for the use of stacked pull requests as a...
Code Search: How Agents search across Snap’s codebase
The article discusses Snap's innovative approach to building a scalable code search system designed to support both AI agents and human engineers. It highlights the transition from a limited regex...
How We Increased Code Coverage by 28% Without Writing a Single Test
In this article, Tom Noah, a Senior Software Engineer at Salesforce, discusses how he increased code coverage by 28% without writing additional tests by restructuring data models. The article...